Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
JavaScript Tutorial
1) Animation
2) Array
3) Date
4) Development
5) Dialogs
6) Document
7) Dojo Toolkit
8) DOM Node
9) Drag Drop
10) Event
11) Form
12) Function
13) Global
14) GUI Components
15) History
16) HTML Tags
17) JQuery
18) Language Basics
19) Location
20) Math
21) MS JScript
22) Navigator
23) Number Data Type
24) Object Oriented
25) Operators
26) Regular Expressions
27) Screen
28) Statement
29) String
30) Style
31) Window
32) XML
DOM Node
1) Append an element to body
2) Append TextNode to an Element
3) Assign value to the innerText node
4) Change a Text in TextRange
5) Change hyperlink innerHTML
6) Change InnerHTML
7) Change the innerText
8) Clone contents of a range
9) Compare the end points of the text range
10) Create a TextNode
11) Create an element from document
12) Create Paragraph element and set the text
13) Extract Contents
14) Firefox only Node filter
15) Firefox only NodeIterator Example
16) Get element by id and change the innerHTML
17) Get element from a document by id
18) Get Elements by tag name and return an array of elements
19) Get elements parent node
20) Get first child from TreeWalker (Firefox only)
21) Get last child from TreeWalker
22) Get node name
23) Get node type
24) Get node value
25) Get outerText value for a tag (Firefox does not support the outerText )
26) InnerHTML of body element
27) InnerText and InnerHTML
28) Insert element before another element by using document body insertBefore
29) IsEqual and inRange of a text range
30) Move to element text in a text range
31) Paste HTML into a text range
32) Remove child element from body
33) Replace a child
34) Set outer Text (Firefox does not support the innerText property )
35) Set outerHTML (Firefox does not support the outerHTML )
36) Shows what happens when you try to use pasteHTML() while HTML code is selected
37) Use Array and for loop to add a list of text
38) Using DOM range